ArcPad Graphic Layer File Schema
TEXT Element
See Also  Send comments on this topic.
ArcPad Graphic Layer File Schema > ArcPad Element > FEATURESET Element > FEATURES Element > FEATURE Element : TEXT Element

Glossary Item Box

Description

Parent tag for text symbols in a graphic file (*.apg) or photo layer file (*.aph).

Diagram

TEXTSYMBOL Element Sequence TEXT Element

Overview

TEXT
Parent tag for text symbols in a graphic file (*.apg) or photo layer file (*.aph).
text optional xs:string
Sequence
TEXTSYMBOL
Symbol used to label point, line, and polygon layers.

Attributes

NameTypeUseDefaultFixedDescription
textxs:stringoptional   

Examples

Source

<xs:element name="TEXT" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="TEXTSYMBOL" />
    </xs:sequence>
    <xs:attribute ref="text" />
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.